for _,v in pairs(workspace:GetDescendants()) do if string.match(v.Name, "dummy") or string.match(v.Name, "Dummy") then v:Destroy() end end